-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autoid: only initialize rowid allocator if necessary #18326
Conversation
a02e609
to
b4ebb48
Compare
Codecov Report
@@ Coverage Diff @@
## master #18326 +/- ##
===========================================
Coverage 79.5075% 79.5075%
===========================================
Files 540 540
Lines 145029 145029
===========================================
Hits 115309 115309
Misses 20454 20454
Partials 9266 9266 |
/run-check_dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@AilinKid,Thanks for you review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@zimulala,Thanks for your review. |
/merge |
/run-all-tests |
@tangenta merge failed. |
/merge |
/run-all-tests |
@tangenta merge failed. |
/run-unit-test
|
/run-all-tests |
What problem does this PR solve?
Issue Number: close #18254
Problem Summary:
What is changed and how it works?
What's Changed:
show next row id
test.How it Works:
When there is no row id or auto_increment attribute, RowIDAllocType is not needed.
Related changes
Check List
Tests
Side effects
Release note